home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / printenv.zip / PRINTENV.DOC < prev   
Text File  |  1989-05-07  |  634b  |  21 lines

  1. PRINTENV
  2.  
  3. NAME
  4.      printenv - display value of a shell variable
  5.  
  6. SYNTAX
  7.      printenv [ name [name ...] ]
  8.  
  9. DESCRIPTION
  10.      The printenv command prints out the values of the variables in
  11.      the environment.  If names are specified, the values of those
  12.      names only are printed, one per line.  Otherwise all environment
  13.      variables, and their values, are printed.
  14.  
  15.      If any names are specified, then the exit status is the number of
  16.      names which did NOT appear in the environment.  If all supplied
  17.      names are found, or there are no names the exit status is 0.
  18.  
  19. AUTHOR
  20.      RAMontante, 89.05.07
  21.